docs(community): add strands-arise plugin — self-evolving tools#715
Open
abekek wants to merge 1 commit intostrands-agents:mainfrom
Open
docs(community): add strands-arise plugin — self-evolving tools#715abekek wants to merge 1 commit intostrands-agents:mainfrom
abekek wants to merge 1 commit intostrands-agents:mainfrom
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds strands-arise to the community plugins section — a Strands plugin that gives agents the ability to create their own tools at runtime.
ARISE (Adaptive Runtime Improvement through Self-Evolution) detects capability gaps from agent failures, synthesizes Python tools via LLM, validates them in a sandbox, and promotes them to the agent's tool registry — automatically.
pip install strands-ariseAgent(plugins=[ARISEPlugin(failure_threshold=3)])Changes
src/content/docs/community/plugins/strands-arise.mdxwith installation, usage, configuration, and referencessrc/config/navigation.ymlto include the new page under Community > PluginsRelated
manage_toolsproposes as manual actions